home *** CD-ROM | disk | FTP | other *** search
/ Jurassic Jigsaws / JURASSIC.BIN / mmvdemo.dir / 00386_Script_voiceover wait frame script < prev    next >
Text File  |  1996-09-24  |  237b  |  7 lines

  1. on exitFrame
  2.   global gSoundNumber, gWhichTitle
  3.   set gSoundNUmber = gSoundNumber + 1
  4.   put the number of member (gWhichTitle & gSoundNumber) into tWhichSound
  5.   if tWhichSound > 0 then puppetsound tWhichSound
  6.   waitforvoiceover
  7. end